Autogenerated HTML docs for v1.6.2-77-g8cc3f
diff --git a/git-config.txt b/git-config.txt index 19a8917..7d14007 100644 --- a/git-config.txt +++ b/git-config.txt
@@ -22,6 +22,7 @@ 'git config' [<file-option>] [-z|--null] -l | --list 'git config' [<file-option>] --get-color name [default] 'git config' [<file-option>] --get-colorbool name [stdout-is-tty] +'git config' [<file-option>] -e | --edit DESCRIPTION ----------- @@ -157,6 +158,11 @@ output. The optional `default` parameter is used instead, if there is no color configured for `name`. +-e:: +--edit:: + Opens an editor to modify the specified config file; either + '--system', '--global', or repository (default). + [[FILES]] FILES -----